Fix the translation table library for wraparound cases
authorSoby Mathew <[email protected]>
Wed, 13 Jul 2016 14:45:15 +0000 (15:45 +0100)
committerSoby Mathew <[email protected]>
Tue, 9 Aug 2016 16:33:56 +0000 (17:33 +0100)
commit200026557c848b29b41da527c879892a2db4cead
treeebea76e05ef27f43f1545319fbfd05af7d2f0727
parent41b568f5b3b4c57f920af2fd9e71d3b6168d5d10
Fix the translation table library for wraparound cases

This patch fixes the translation table library for wraparound cases. These
cases are not expected to occur on AArch64 platforms because only the
48 bits of the 64 bit address space are used. But it is a possibility for
AArch32 platforms.

Change-Id: Ie7735f7ba2977019381e1c124800381471381499
lib/xlat_tables/xlat_tables_common.c